projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5465579
)
ci-install: add ci_distro
author
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Tue, 29 Nov 2016 13:05:57 +0000
(13:05 +0000)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Tue, 29 Nov 2016 14:11:50 +0000
(14:11 +0000)
Otherwise, we'll fail (due to set -u) if this parameter variable isn't
passed.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Closes: #600
Approved by: cgwalters
tests/ci-install.sh
patch
|
blob
|
history
diff --git
a/tests/ci-install.sh
b/tests/ci-install.sh
index 8111809f78f46a614ec80a6af263d209937151a2..326ab35b9bb171197751ec2d333e8a5844430569 100755
(executable)
--- a/
tests/ci-install.sh
+++ b/
tests/ci-install.sh
@@
-4,6
+4,7
@@
set -euo pipefail
set -x
NULL=
+: "${ci_distro:=debian}"
: "${ci_docker:=}"
: "${ci_in_docker:=no}"
: "${ci_suite:=jessie}"